The delay (in minutes) between when the service starts and when the job is executed.
__property long Delay;
long Delay;
Property Delay() As long
0
If jobs need to be executed in a specific sequence, use JobControlActions to sequence them, rather than using the Delay to stagger them.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|